NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISoapMethodCall.SetMethodName

[To be supplied.]

[Visual Basic]
Sub SetMethodName( _
   ByVal methodName As String _
)
[C#]
void SetMethodName(
   string methodName
);
[C++]
void SetMethodName(
   String* methodName
) = 0;
[JScript]
function SetMethodName(
   methodName : String
);

Parameters

methodName
[To be supplied.]

See Also

ISoapMethodCall Interface | ISoapMethodCall Members | System.Runtime.Serialization.Formatters Namespace