WSRP_v1_Markup_Binding_SOAP.performBlockingInteraction 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
<SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:performBlockingInteraction", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Bare)> _
Public Function performBlockingInteraction ( _
performBlockingInteraction1 As performBlockingInteraction _
) As BlockingInteractionResponse
'Usage
Dim instance As WSRP_v1_Markup_Binding_SOAP
Dim performBlockingInteraction1 As performBlockingInteraction
Dim returnValue As BlockingInteractionResponse
returnValue = instance.performBlockingInteraction(performBlockingInteraction1)
[SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:performBlockingInteraction", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Bare)]
public BlockingInteractionResponse performBlockingInteraction(
performBlockingInteraction performBlockingInteraction1
)
Parameters
- performBlockingInteraction1
Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.performBlockingInteraction
Return Value
Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.BlockingInteractionResponse
See Also
Reference
WSRP_v1_Markup_Binding_SOAP Class
WSRP_v1_Markup_Binding_SOAP Members
Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace