







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
GatewayRequest..::..Queue Method |
GatewayRequest Class See Also Send Feedback |
Queues the specified key into the request.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void Queue( string key, string value ) |
Visual Basic |
---|
Public Sub Queue ( _ key As String, _ value As String _ ) |
Visual C++ |
---|
public: virtual void Queue( String^ key, String^ value ) sealed |