WSRP_v1_Markup_Binding_SOAP.BeginperformBlockingInteraction Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls.WSRPWebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function BeginperformBlockingInteraction ( _
performBlockingInteraction1 As performBlockingInteraction, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As WSRP_v1_Markup_Binding_SOAP
Dim performBlockingInteraction1 As performBlockingInteraction
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginperformBlockingInteraction(performBlockingInteraction1, _
callback, asyncState)
public IAsyncResult BeginperformBlockingInteraction(
performBlockingInteraction performBlockingInteraction1,
AsyncCallback callback,
Object asyncState
)
Parameters
- performBlockingInteraction1
Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.performBlockingInteraction
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
See Also
Reference
WSRP_v1_Markup_Binding_SOAP Class
WSRP_v1_Markup_Binding_SOAP Members
Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace