Share via


SharePointRemoteCommand Delegate

Definition

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

arg
Object

Return Value

Attributes

Applies to