LineSharp.Datatypes.TalkService.Client.send_setNotificationsEnabled C# (CSharp) Method

send_setNotificationsEnabled() public method

public send_setNotificationsEnabled ( AsyncCallback callback, object state, int reqSeq, MIDType type, string target, bool enablement ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
type MIDType
target string
enablement bool
return IAsyncResult
      public IAsyncResult send_setNotificationsEnabled(AsyncCallback callback, object state, int reqSeq, MIDType type, string target, bool enablement)
      #else

Same methods

TalkService.Client::send_setNotificationsEnabled ( int reqSeq, MIDType type, string target, bool enablement ) : void
TalkService.Client