SharePointRemoteCommand Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents a class that is used to attribute a method as a remote command.
public delegate System::Object ^ SharePointRemoteCommand(ISharePointRemoteCommandContext ^ context, System::Object ^ arg);
[System.CLSCompliant(false)]
public delegate object SharePointRemoteCommand(ISharePointRemoteCommandContext context, object arg);
[<System.CLSCompliant(false)>]
type SharePointRemoteCommand = delegate of ISharePointRemoteCommandContext * obj -> obj
Public Delegate Function SharePointRemoteCommand(context As ISharePointRemoteCommandContext, arg As Object) As Object
Parameters
- context
- ISharePointRemoteCommandContext
- arg
- Object
Return Value
- Attributes