Exemple #1
0
 public void SetClientInformation(PlayerInformation playerInformation, out int asyncHandle, SyncFlags flags, object asyncContext)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void SetPeerInformation(PlayerInformation playerInformation, SyncFlags flags, object asyncContext)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void SetClientInformation(PlayerInformation playerInformation, SyncFlags flags)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public void SetPeerInformation(PlayerInformation playerInformation, out int asyncHandle, SyncFlags flags)
 {
     throw new NotImplementedException();
 }